Skip to content

chore(deps): bump axum-core from 0.2.9 to 0.3.1#90

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/axum-core-0.3.1
Closed

chore(deps): bump axum-core from 0.2.9 to 0.3.1#90
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/axum-core-0.3.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 16, 2023

Bumps axum-core from 0.2.9 to 0.3.1.

Release notes

Sourced from axum-core's releases.

axum-core - v0.3.1

  • added: Add body_text and status methods to built-in rejections (#1612)

axum-core - v0.3.0

  • added: Added new FromRequestParts trait. See axum's changelog for more details (#1272)
  • breaking: FromRequest has been reworked and RequestParts has been removed. See axum's changelog for more details (#1272)
  • breaking: BodyAlreadyExtracted has been removed (#1272)
  • breaking: AppendHeaders now works on any impl IntoIterator (#1495)

#1272: tokio-rs/axum#1272 #1495: tokio-rs/axum#1495

axum-core - v0.3.0-rc.3

  • added: Add DefaultBodyLimit::max for changing the default body limit (#1397)
  • added: Add Error::into_inner for converting Error to BoxError without allocating (#1476)
  • breaking: AppendHeaders now works on any impl IntoIterator (#1495)

#1397: tokio-rs/axum#1397 #1476: tokio-rs/axum#1476 #1495: tokio-rs/axum#1495

axum-core - v0.3.0.rc.2

  • breaking: Added default limit to how much data Bytes::from_request will consume. Previously it would attempt to consume the entire request body without checking its length. This meant if a malicious peer sent an large (or infinite) request body your server might run out of memory and crash.

    The default limit is at 2 MB and can be disabled by adding the new DefaultBodyLimit::disable() middleware. See its documentation for more details.

    This also applies to String which used Bytes::from_request internally.

    (#1346)

#1346: tokio-rs/axum#1346

axum-core - v0.3.0.rc-1

  • breaking: FromRequest has been reworked and RequestParts has been removed. See axum's changelog for more details (#1272)
  • added: Added new FromRequestParts trait. See axum's changelog for more details (#1272)
  • breaking: BodyAlreadyExtracted has been removed (#1272)

#1155: tokio-rs/axum#1155 #1272: tokio-rs/axum#1272

Commits
  • e3aaeb3 Release axum, axum-core, and axum-macros (#1688)
  • 8d92902 Updated websocket example to improve clarity and to be more distinct from cha...
  • d11af16 Replace actions-rs/toolchain@v1 with stable alternative (#1687)
  • 3d31bcb Remove lingering async-graphql example file
  • 7192c59 add more comments to chat example (#1665)
  • 6638b27 Update to base64 0.20 (#1641)
  • be9a8c0 Document breaking changes related to nest (#1684)
  • 1aa357c Misc documentation improvements (#1647)
  • 211de92 Enable the runtime feature of hyper when using tokio (#1671)
  • b6c282a Fix warnings for cloning references in generated code (#1676)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [axum-core](https://github.com/tokio-rs/axum) from 0.2.9 to 0.3.1.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-core-v0.2.9...axum-core-v0.3.1)

---
updated-dependencies:
- dependency-name: axum-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jan 16, 2023
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jan 23, 2023

Superseded by #97.

@dependabot dependabot Bot closed this Jan 23, 2023
@dependabot dependabot Bot deleted the dependabot/cargo/axum-core-0.3.1 branch January 23, 2023 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants